Rust awesome libraries
A curated list of rust libraries.
failure
failure is designed to make it easier to manage errors in Rust.
StructOpt
Parse command line argument by defining a struct. It combines clap with custom derive.
atty
are you or are you not a tty?
log
A Rust library providing a lightweight logging facade.
pretty-env-logger
A simple logger built on top off env_logger. It is configured via an environment variable and writes to standard error with nice colored output for log levels.
cc-rs
A library to compile C/C++/assembly into a Rust library/application.
just
just is a handy way to save and run project-specific commands.
cargo-make
Rust task runner and build tool.
termion
Termion is a pure Rust, bindless library for low-level handling, manipulating and reading information about terminals.